[INFO] fetching crate rtlicious 0.1.1...
[INFO] testing rtlicious-0.1.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate rtlicious 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rtlicious 0.1.1
[INFO] finished tweaking crates.io crate rtlicious 0.1.1
[INFO] tweaked toml for crates.io crate rtlicious 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rtlicious 0.1.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding nom_locate v4.2.0 (available: v5.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom-tracable-macros v0.9.1
[INFO] [stderr]   Downloaded nom_locate v4.2.0
[INFO] [stderr]   Downloaded nom-tracable v0.9.1
[INFO] [stderr]   Downloaded pretty_assertions v1.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26844caeceb874b2ab48973a5e30bfb99edc842caf042a5f1c19f85b5bdfd78d
[INFO] running `Command { std: "docker" "start" "-a" "26844caeceb874b2ab48973a5e30bfb99edc842caf042a5f1c19f85b5bdfd78d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26844caeceb874b2ab48973a5e30bfb99edc842caf042a5f1c19f85b5bdfd78d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26844caeceb874b2ab48973a5e30bfb99edc842caf042a5f1c19f85b5bdfd78d", kill_on_drop: false }`
[INFO] [stdout] 26844caeceb874b2ab48973a5e30bfb99edc842caf042a5f1c19f85b5bdfd78d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16d9a54e8bfe9e47938d80ab5104e018725ea540cdc90c1245fa3c07f3b7182d
[INFO] running `Command { std: "docker" "start" "-a" "16d9a54e8bfe9e47938d80ab5104e018725ea540cdc90c1245fa3c07f3b7182d", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling nom-tracable-macros v0.9.1
[INFO] [stderr]    Compiling nom-tracable v0.9.1
[INFO] [stderr]    Compiling rtlicious v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span> {
[INFO] [stdout]     |                     ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cell.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is hidden here
[INFO] [stdout]     |                                    the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                        ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/design.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span> {
[INFO] [stdout]    |                                ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/module.rs:94:38
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/process.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                       ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                       |                |
[INFO] [stdout]    |                                       |                the same lifetime is hidden here
[INFO] [stdout]    |                                       the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                           ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                 --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:48:58
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                          --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     input: Span<'a>,
[INFO] [stdout]    |                 -- the lifetime is named here
[INFO] [stdout] 79 | ) -> IResult<Span, Span, E> {
[INFO] [stdout]    |              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 79 | ) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                  ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:84:75
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span, Span, E> {
[INFO] [stdout]    |                                                           --              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                           |               |
[INFO] [stdout]    |                                                           |               the same lifetime is hidden here
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                                                                               ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:108:54
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span, StringFragment<'a>, E>
[INFO] [stdout]     |                                      --              ^^^^                 -- the same lifetime is named here
[INFO] [stdout]     |                                      |               |
[INFO] [stdout]     |                                      |               the same lifetime is hidden here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span<'a>, StringFragment<'a>, E>
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:124:52
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span, String, E>
[INFO] [stdout]     |                                    --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span<'a>, String, E>
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/switch.rs:96:38
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s
[INFO] running `Command { std: "docker" "inspect" "16d9a54e8bfe9e47938d80ab5104e018725ea540cdc90c1245fa3c07f3b7182d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16d9a54e8bfe9e47938d80ab5104e018725ea540cdc90c1245fa3c07f3b7182d", kill_on_drop: false }`
[INFO] [stdout] 16d9a54e8bfe9e47938d80ab5104e018725ea540cdc90c1245fa3c07f3b7182d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e807a2a6befb20305cddf23c1793080826a60f8ecbaafd461b075f2a255df7d7
[INFO] running `Command { std: "docker" "start" "-a" "e807a2a6befb20305cddf23c1793080826a60f8ecbaafd461b075f2a255df7d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span> {
[INFO] [stdout]     |                     ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cell.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is hidden here
[INFO] [stdout]     |                                    the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                        ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/design.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span> {
[INFO] [stdout]    |                                ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/module.rs:94:38
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/process.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                       ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                       |                |
[INFO] [stdout]    |                                       |                the same lifetime is hidden here
[INFO] [stdout]    |                                       the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                           ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                 --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:48:58
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                          --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     input: Span<'a>,
[INFO] [stdout]    |                 -- the lifetime is named here
[INFO] [stdout] 79 | ) -> IResult<Span, Span, E> {
[INFO] [stdout]    |              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 79 | ) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                  ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:84:75
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span, Span, E> {
[INFO] [stdout]    |                                                           --              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                           |               |
[INFO] [stdout]    |                                                           |               the same lifetime is hidden here
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                                                                               ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:108:54
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span, StringFragment<'a>, E>
[INFO] [stdout]     |                                      --              ^^^^                 -- the same lifetime is named here
[INFO] [stdout]     |                                      |               |
[INFO] [stdout]     |                                      |               the same lifetime is hidden here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span<'a>, StringFragment<'a>, E>
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:124:52
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span, String, E>
[INFO] [stdout]     |                                    --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span<'a>, String, E>
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/switch.rs:96:38
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rtlicious v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span> {
[INFO] [stdout]     |                     ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub fn parse(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cell.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]     |                                    ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                    |                |
[INFO] [stdout]     |                                    |                the same lifetime is hidden here
[INFO] [stdout]     |                                    the lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub(crate) fn cell_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]     |                                        ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/design.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span> {
[INFO] [stdout]    |                                ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                |
[INFO] [stdout]    |                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/module.rs:94:38
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub(crate) fn module_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/process.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                       ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                       |                |
[INFO] [stdout]    |                                       |                the same lifetime is hidden here
[INFO] [stdout]    |                                       the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) fn process_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                           ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                 --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:48:58
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stdout]    |                                          --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     input: Span<'a>,
[INFO] [stdout]    |                 -- the lifetime is named here
[INFO] [stdout] 79 | ) -> IResult<Span, Span, E> {
[INFO] [stdout]    |              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 79 | ) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                  ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/string.rs:84:75
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span, Span, E> {
[INFO] [stdout]    |                                                           --              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                           |               |
[INFO] [stdout]    |                                                           |               the same lifetime is hidden here
[INFO] [stdout]    |                                                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stdout]    |                                                                               ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:108:54
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span, StringFragment<'a>, E>
[INFO] [stdout]     |                                      --              ^^^^                 -- the same lifetime is named here
[INFO] [stdout]     |                                      |               |
[INFO] [stdout]     |                                      |               the same lifetime is hidden here
[INFO] [stdout]     |                                      the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span<'a>, StringFragment<'a>, E>
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/string.rs:124:52
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span, String, E>
[INFO] [stdout]     |                                    --              ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span<'a>, String, E>
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/switch.rs:96:38
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                      |                |
[INFO] [stdout]    |                                      |                the same lifetime is hidden here
[INFO] [stdout]    |                                      the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub(crate) fn switch_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                          ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.65s
[INFO] running `Command { std: "docker" "inspect" "e807a2a6befb20305cddf23c1793080826a60f8ecbaafd461b075f2a255df7d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e807a2a6befb20305cddf23c1793080826a60f8ecbaafd461b075f2a255df7d7", kill_on_drop: false }`
[INFO] [stdout] e807a2a6befb20305cddf23c1793080826a60f8ecbaafd461b075f2a255df7d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d99b98d3c07a35f8461a84258bf96f0f586945eb9f26c9c8a022b1f305d28e94
[INFO] running `Command { std: "docker" "start" "-a" "d99b98d3c07a35f8461a84258bf96f0f586945eb9f26c9c8a022b1f305d28e94", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/lib.rs:257:21
[INFO] [stdout] running 52 tests
[INFO] [stderr]     |
[INFO] [stdout] test attribute::tests::test_attr_stmt ... ok
[INFO] [stderr] 257 | pub fn parse(input: &str) -> Result<Design, Span> {
[INFO] [stdout] test cell::tests::test_cell_end_stmt ... ok
[INFO] [stderr]     |                     ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout] test cell::tests::test_cell ... ok
[INFO] [stderr]     |                     |
[INFO] [stdout] test cell::tests::test_cell_stmt ... ok
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stdout] test cell::tests::test_cell_body_stmt ... ok
[INFO] [stderr]     |
[INFO] [stdout] test connect::tests::test_connect_mystery ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test constant::tests::test_constant ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test characters::tests::test_eol ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test design::tests::test_autoidx_stmt ... ok
[INFO] [stderr]     |
[INFO] [stdout] test characters::tests::test_nonws ... ok
[INFO] [stderr] 257 | pub fn parse(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout] test identifier::tests::test_autogen_id ... ok
[INFO] [stderr]     |                                                 ++++
[INFO] [stdout] test identifier::tests::test_id ... ok
[INFO] [stderr] 
[INFO] [stdout] test memory::tests::test_memory ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test identifier::tests::test_public_id ... ok
[INFO] [stderr]    --> src/cell.rs:117:36
[INFO] [stdout] test memory::tests::test_memory_stmt ... ok
[INFO] [stderr]     |
[INFO] [stdout] test design::tests::test_file ... ok
[INFO] [stderr] 117 | pub(crate) fn cell_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout] test module::tests::test_module_end_stmt ... ok
[INFO] [stderr]     |                                    ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout] test module::tests::test_module_stmt ... ok
[INFO] [stderr]     |                                    |                |
[INFO] [stdout] test memory::tests::test_memory_option ... ok
[INFO] [stderr]     |                                    |                the same lifetime is hidden here
[INFO] [stdout] test module::tests::test_module ... ok
[INFO] [stderr]     |                                    the lifetime is hidden here
[INFO] [stdout] test process::tests::test_assign_stmt ... ok
[INFO] [stderr]     |
[INFO] [stdout] test module::tests::test_param_stmt ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test cell::tests::test_cell_connect_stmt ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test process::tests::test_proc_end_stmt ... ok
[INFO] [stderr]     |
[INFO] [stdout] test process::tests::test_process ... ok
[INFO] [stderr] 117 | pub(crate) fn cell_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout] test process::tests::test_proc_stmt ... ok
[INFO] [stderr]     |                                        ++++                 ++++
[INFO] [stdout] test sigspec::tests::test_sigspec ... ok
[INFO] [stderr] 
[INFO] [stdout] test process::tests::test_process_multiple_switch_in_process ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test sigspec::tests::test_sigspec_concat ... ok
[INFO] [stderr]   --> src/design.rs:17:32
[INFO] [stdout] test sigspec::tests::test_sigspec_range ... ok
[INFO] [stderr]    |
[INFO] [stdout] test string::tests::test_string ... ok
[INFO] [stderr] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span> {
[INFO] [stdout] test string::tests::test_comment ... ok
[INFO] [stderr]    |                                ^^^^                    ^^^^ the same lifetime is hidden here
[INFO] [stdout] test string::tests::test_string_escaped ... ok
[INFO] [stderr]    |                                |
[INFO] [stdout] test switch::tests::test_switch_end_stmt ... ok
[INFO] [stderr]    |                                the lifetime is elided here
[INFO] [stdout] test sync::tests::test_memwr_stmt ... ok
[INFO] [stderr]    |
[INFO] [stdout] test switch::tests::test_case_stmt ... ok
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test switch::tests::test_compare ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test switch::tests::test_switch ... ok
[INFO] [stderr]    |
[INFO] [stdout] test switch::tests::test_switch_stmt ... ok
[INFO] [stderr] 17 |     pub fn new_from_str(input: &str) -> Result<Design, Span<'_>> {
[INFO] [stdout] test sync::tests::test_sync ... ok
[INFO] [stderr]    |                                                            ++++
[INFO] [stdout] test sync::tests::test_sync_stmt ... ok
[INFO] [stderr] 
[INFO] [stdout] test sync::tests::test_sync_type ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test tests::test_sanity ... ok
[INFO] [stderr]   --> src/module.rs:94:38
[INFO] [stdout] test value::tests::test_binary_digit ... ok
[INFO] [stderr]    |
[INFO] [stdout] test value::tests::test_value ... ok
[INFO] [stderr] 94 | pub(crate) fn module_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stdout] test sync::tests::test_update_stmt ... ok
[INFO] [stderr]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout] test value::tests::test_decimal_digit ... ok
[INFO] [stderr]    |                                      |                |
[INFO] [stdout] test value::tests::test_integer ... ok
[INFO] [stderr]    |                                      |                the same lifetime is hidden here
[INFO] [stdout] test wire::tests::test_wire_stmt ... ok
[INFO] [stderr]    |                                      the lifetime is hidden here
[INFO] [stdout] test wire::tests::test_wire_option ... ok
[INFO] [stderr]    |
[INFO] [stdout] test characters::tests::test_sep ... ok
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub(crate) fn module_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                                          ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/process.rs:50:39
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub(crate) fn process_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                                       ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                       |                |
[INFO] [stderr]    |                                       |                the same lifetime is hidden here
[INFO] [stderr]    |                                       the lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub(crate) fn process_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                                           ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:30:49
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stderr]    |                                 --              ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn parse_seq<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:48:58
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span, char, E>
[INFO] [stderr]    |                                          --              ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn parse_escaped_char<'a, E>(input: Span<'a>) -> IResult<Span<'a>, char, E>
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:79:14
[INFO] [stderr]    |
[INFO] [stderr] 78 |     input: Span<'a>,
[INFO] [stderr]    |                 -- the lifetime is named here
[INFO] [stderr] 79 | ) -> IResult<Span, Span, E> {
[INFO] [stderr]    |              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 79 | ) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stderr]    |                  ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/string.rs:84:75
[INFO] [stderr]    |
[INFO] [stderr] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span, Span, E> {
[INFO] [stderr]    |                                                           --              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                           |               |
[INFO] [stderr]    |                                                           |               the same lifetime is hidden here
[INFO] [stderr]    |                                                           the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 84 | fn parse_literal<'a, E: ParseError<Span<'a>>>(input: Span<'a>) -> IResult<Span<'a>, Span<'a>, E> {
[INFO] [stderr]    |                                                                               ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/string.rs:108:54
[INFO] [stderr]     |
[INFO] [stderr] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span, StringFragment<'a>, E>
[INFO] [stderr]     |                                      --              ^^^^                 -- the same lifetime is named here
[INFO] [stderr]     |                                      |               |
[INFO] [stderr]     |                                      |               the same lifetime is hidden here
[INFO] [stderr]     |                                      the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 108 | fn parse_fragment<'a, E>(input: Span<'a>) -> IResult<Span<'a>, StringFragment<'a>, E>
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/string.rs:124:52
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span, String, E>
[INFO] [stderr]     |                                    --              ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 124 | fn parse_string<'a, E>(input: Span<'a>) -> IResult<Span<'a>, String, E>
[INFO] [stderr]     |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/switch.rs:96:38
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub(crate) fn switch_end_stmt(input: Span) -> IResult<Span, &str> {
[INFO] [stderr]    |                                      ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                      |                |
[INFO] [stderr]    |                                      |                the same lifetime is hidden here
[INFO] [stderr]    |                                      the lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 96 | pub(crate) fn switch_end_stmt(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stderr]    |                                          ++++                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rtlicious` (lib) generated 12 warnings (run `cargo fix --lib -p rtlicious` to apply 12 suggestions)
[INFO] [stderr] warning: `rtlicious` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rtlicious-d313e9877d09bf09)
[INFO] [stdout] test value::tests::test_value_panic - should panic ... ok
[INFO] [stderr]    Doc-tests rtlicious
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 3) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d99b98d3c07a35f8461a84258bf96f0f586945eb9f26c9c8a022b1f305d28e94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d99b98d3c07a35f8461a84258bf96f0f586945eb9f26c9c8a022b1f305d28e94", kill_on_drop: false }`
[INFO] [stdout] d99b98d3c07a35f8461a84258bf96f0f586945eb9f26c9c8a022b1f305d28e94
